home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2003 #6 / K-CD-6-2003.BIN / IGI 2 / Setup.exe / Main / missions.asc < prev    next >
Encoding:
Text File  |  2002-12-13  |  5.2 KB  |  61 lines

  1. BeginResource("missions.res");
  2.  
  3. AddDirectoryResource("LOCAL:english");
  4.  
  5. // Mision names
  6. AddStringResource("LOCAL:english/Mission 02 Name",    "Timberland" );
  7. AddStringResource("LOCAL:english/Mission 04 Name",    "Sandstorm" );
  8. AddStringResource("LOCAL:english/Mission 05 Name",    "Redstone" );
  9. AddStringResource("LOCAL:english/Mission 06 Name",    "Forest Raid" );
  10. AddStringResource("LOCAL:english/Mission 07 Name",    "Chinese Temple" );
  11.  
  12. AddStringResource("LOCAL:english/Mission 11 Name",    "Infiltration" );
  13. AddStringResource("LOCAL:english/Mission 12 Name",    "Deep in the Mines" );
  14. AddStringResource("LOCAL:english/Mission 13 Name",    "The Weather Station" );
  15. AddStringResource("LOCAL:english/Mission 14 Name",    "Bridge Across the Dnestr" );
  16. AddStringResource("LOCAL:english/Mission 15 Name",    "Ambush" );
  17. AddStringResource("LOCAL:english/Mission 16 Name",      "Production Facility" );
  18. AddStringResource("LOCAL:english/Mission 17 Name",    "Border Crossing" );
  19. AddStringResource("LOCAL:english/Mission 21 Name",    "Libyan Rendezvous" );
  20. AddStringResource("LOCAL:english/Mission 22 Name",      "Prison Escape");
  21. AddStringResource("LOCAL:english/Mission 23 Name",    "Priboi's Villa" );
  22. AddStringResource("LOCAL:english/Mission 24 Name",    "The Airfield" );
  23. AddStringResource("LOCAL:english/Mission 25 Name",    "Zaleb's Stronghold" );
  24. AddStringResource("LOCAL:english/Mission 26 Name",    "Showdown at the Docks" );
  25. AddStringResource("LOCAL:english/Mission 31 Name",    "Island Assault" );
  26. AddStringResource("LOCAL:english/Mission 32 Name",    "Air-Strike" );
  27. AddStringResource("LOCAL:english/Mission 33 Name",    "The Ancient Temple" );
  28. AddStringResource("LOCAL:english/Mission 34 Name",    "Secret Weapons Lab" );
  29. AddStringResource("LOCAL:english/Mission 35 Name",    "Mission Control" );
  30. AddStringResource("LOCAL:english/Mission 36 Name",    "The Launch Pad" );
  31.  
  32.  
  33. // Mission descriptions
  34. AddStringResource("LOCAL:english/Mission 02 Desc",    "After the attack on the desert outpost, IGI have obtained information on the ConspiracyÆs resources. The terrorists are using an old mineral plant as cover to extract uranium for covert weapons manufacturing. The IGI Operatives need to sabotage the factory network, gather information and destroy the production machines. They have to go through the terrorists to do so." );
  35. AddStringResource("LOCAL:english/Mission 04 Desc",    "Following the two Terrorist attacks, IGI intend to neutralise the threat posed by the Conspiracy. The terrorists have constructed a crude military base in the Libyan Desert, which IGI plan to destroy. The IGI Operatives need to sabotage the power generators, hack the ConspiracyÆs network for vital information and destroy any potential air support." );
  36. AddStringResource("LOCAL:english/Mission 05 Desc",      "The Conspiracy are launching a Terrorist attack on a top secret US Space Agency research facility in the Nevada desert. They plan to sabotage research on advanced Space Shuttle technology by launching the rocket too early. IGI have intercepted communications detailing the attack, and have despatched a team to prevent the launch.");
  37. AddStringResource("LOCAL:english/Mission 06 Desc",    "The Conspiracy are aware of the IGI organisationÆs anti-Terrorist activities. In co-ordination with the attack on a Space research facility, the Conspiracy also plan an assault on an IGI training camp. The camp is defended by SAMs and ground backup forces. The Conspiracy will attempt to destroy the SAM sites and steal classified information - they must be stopped." );
  38. AddStringResource("LOCAL:english/Mission 07 Desc",    "Information revealed during operation `Sandstorm┤ has revealed there is a Traitor in the IGI organisation. The ConspiracyÆs headquarters are in an ancient Chinese temple - IGI must discover the identity of the traitor, obtain details on Conspiracy activists and sabotage their data systems." );
  39.  
  40. AddStringResource("LOCAL:english/Mission 11 Desc",    "Infiltration" );
  41. AddStringResource("LOCAL:english/Mission 12 Desc",    "Deep in the Mines" );
  42. AddStringResource("LOCAL:english/Mission 13 Desc",    "The Weather Station" );
  43. AddStringResource("LOCAL:english/Mission 14 Desc",    "Bridge Across the Dnestr" );
  44. AddStringResource("LOCAL:english/Mission 15 Desc",    "Ambush" );
  45. AddStringResource("LOCAL:english/Mission 16 Desc",      "Production Facility" );
  46. AddStringResource("LOCAL:english/Mission 17 Desc",    "Border Crossing" );
  47. AddStringResource("LOCAL:english/Mission 21 Desc",    "Libyan Rendezvous" );
  48. AddStringResource("LOCAL:english/Mission 22 Desc",      "Prison Escape");
  49. AddStringResource("LOCAL:english/Mission 23 Desc",    "Priboi's Villa" );
  50. AddStringResource("LOCAL:english/Mission 24 Desc",    "The Airfield" );
  51. AddStringResource("LOCAL:english/Mission 25 Desc",    "Zaleb's Stronghold" );
  52. AddStringResource("LOCAL:english/Mission 26 Desc",    "Showdown at the Docks" );
  53. AddStringResource("LOCAL:english/Mission 31 Desc",    "Island Assault" );
  54. AddStringResource("LOCAL:english/Mission 32 Desc",    "Air-Strike!" );
  55. AddStringResource("LOCAL:english/Mission 33 Desc",    "The Ancient Temple" );
  56. AddStringResource("LOCAL:english/Mission 34 Desc",    "Secret Weapons Lab" );
  57. AddStringResource("LOCAL:english/Mission 35 Desc",    "Mission Control" );
  58. AddStringResource("LOCAL:english/Mission 36 Desc",    "The Launch Pad" );
  59.  
  60. EndResource();
  61.